Returns information about a tenant's Pulse clients
{ getPulseNodesForTenant }
Returns a listing of all Pulse clients for a given tenant
Method
/API3/dataSources/getPulseNodesForTenant
- Enterprise Admin
- Domain Admin
Input Parameters
Name
TenantId
Type
string
Description
The Tenant's system ID
Output Response
Successful Result Code
200
Response List Type
Description of Response Type
Result list of pulse objects. Note that the response is returned as a list of items of this object type.
Notes
Use this method to retrieve the status and information on each Pulse client registered to a given tenant
Code Snippets
Use the Authentication API methods to generate an access 'key' or 'token' for use in code as shown below.
TypeScript
Curl
Java
C#
Python
PHP